'Declaration
<DescriptionAttribute("The name of the author who created the annotation")> Public Property Author As String
[Description("The name of the author who created the annotation")] public string Author {get; set;}
public read-write property Author: String;
DescriptionAttribute("The name of the author who created the annotation") public function get,set Author : String